Caption = "This application reads all Visual Basic .FRM files located in any directory selected, then launches Word for Windows or Windows 'Write' to display the results of the search."
FontBold = -1 'True
FontItalic = 0 'False
FontName = "MS Sans Serif"
FontSize = 9.75
FontStrikethru = 0 'False
FontUnderline = 0 'False
ForeColor = &H0000FFFF&
Height = 2055
Left = 600
TabIndex = 0
Top = 360
Width = 2775
End
Sub Command1_Click ()
Unload form2
End Sub
Sub Form_Activate ()
'this keeps the windows on top.... (see .BAS module also)